home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / gui / visualarts1_1.lha / VisualArts / Demo / Scripts / addObj.script next >
Encoding:
Text File  |  1994-07-03  |  257 b   |  9 lines

  1. int addObj(struct VAobject VAObject)
  2. {
  3.   running_total +=atoi(operand);
  4.   sprintf(operand, "%d", running_total);
  5.   Update_Value();                               //show new totals
  6.   operand[0]='\0';                              //zero operand
  7.   return(1);
  8. }
  9.